home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / bbs / tm0102.txt < prev    next >
Text File  |  1994-01-23  |  4KB  |  83 lines

  1. SEA Technical Memorandum #0102, Using SEAdog with TBBS
  2. Last updated: January 5, 1987
  3. Copyright 1988 by System Enhancement Associates, Inc.
  4.  
  5.  
  6.  
  7.                            Using SEAdog With TBBS
  8.  
  9.  
  10. It is possible to use SEAdog as a front end for TBBS versions 2.0 and 
  11. later.  TBBS is loaded first, and then loads the SEAdog mailer.  SEAdog 
  12. will answer the phone and determine whether or not a caller is trying to 
  13. send mail, and exits back to TBBS if not.  
  14.  
  15. First, SEAdog must be told to terminate when it gets a non-mail caller.  
  16. This is done with a BBS statement in the CONFIG.DOG file, like so: 
  17.  
  18.     bbs *x 
  19.  
  20. SEAdog will terminate with an error level of the caller's baud rate divided 
  21. by one hundred (3 for 300 baud, 12 for 1200 baud, and so on).  TBBS knows 
  22. what to do with this, and will act accordingly.  
  23.  
  24. In addition, you can gain local access to TBBS while SEAdog is running by 
  25. pressing the "F1" key.  This tells SEAdog to terminate with an error level 
  26. of ten, which TBBS understands as indicating that you want to get on 
  27. locally.  
  28.  
  29. You should use CEDIT to define external events in TBBS to match your mail 
  30. events in SEAdog so that TBBS will know when to force callers off to do 
  31. mail.  You will also need to define external events to run PREMAIL before 
  32. your mail events, and to run POSTMAIL after your mail events.  Please refer 
  33. to the TBBS manual for more details about PREMAIL and POSTMAIL.  
  34.  
  35. You will need to define a message board in TBBS with the name "NET·MAIL".  
  36. This is a special name which lets TBBS know that it should ask for a 
  37. network address whenever a message is entered in this area.  Network mail 
  38. to and from TBBS will take place only on this message board.  
  39.  
  40. You will need to modify your SET TBBSPATH= environment string to include 
  41. the directory where the SEAdog system files are kept so that TBBS will be 
  42. able to find the files it needs.  Please refer to the DOS manual for more 
  43. information about the SET command, and to the TBBS manual for more 
  44. information about the TBBSPATH environment string.  
  45.  
  46. You must place a copy of MAILER.EXE in the same directory as TBBS.COM so 
  47. that TBBS will be able to load it when it runs.  Also, TBBS should be 
  48. invoked with a statement of the form: 
  49.  
  50.     TBBS /m 
  51.  
  52. This tells TBBS to load the SEAdog mailer whenever it is waiting for a 
  53. caller.  If you do not invoke TBBS with the "/m" switch, then it will not 
  54. load MAILER, and you will be unable to receive mail outside of scheduled 
  55. mail events (you will not receive crash mail).  
  56.  
  57.  
  58. TBBS is available from:
  59.  
  60.          eSoft, Inc.
  61.          4100 S. Parker Rd. #305
  62.          Aurora, CO  80014
  63.          United States of America
  64.  
  65.  
  66. Please refer to your TBBS manual for more information about how to 
  67. configure TBBS to work with SEAdog.  
  68.  
  69.  
  70. SEAdog's default banner states that it is a private mail system, and asks 
  71. the caller to hang up.  You will want to change this.  You can use either 
  72. or both of two methods.  The first is the BANNER statement in your 
  73. configuration file.  Whatever follows the word "BANNER", up to the end of 
  74. the line or a semicolon, is displayed instead of the default banner.  A 
  75. typical example might be: 
  76.  
  77.     BANNER SEAboard system -- stand by for TBBS 
  78.  
  79. You can also create a text file named BANNER.DOG, which will be displayed 
  80. instead of the banner string to any callers outside of mail events.  This 
  81. file may contain anything you like, and may be as long as you like, but we 
  82. recommend that you keep it short, as SEAdog banners cannot be interrupted.  
  83.